projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ff3da08
)
wayland: Fix indentation of previous commit
author
Christophe Fergeau
<cfergeau@redhat.com>
Wed, 29 Nov 2017 11:15:30 +0000
(12:15 +0100)
committer
Christophe Fergeau
<cfergeau@redhat.com>
Wed, 29 Nov 2017 11:21:19 +0000
(12:21 +0100)
gdk/wayland/gdkselection-wayland.c
patch
|
blob
|
history
diff --git
a/gdk/wayland/gdkselection-wayland.c
b/gdk/wayland/gdkselection-wayland.c
index 45d89f8f65a2d51f832290148d95344286e325e7..846972a18edb0f9268727c94af55bee46e35a846 100644
(file)
--- a/
gdk/wayland/gdkselection-wayland.c
+++ b/
gdk/wayland/gdkselection-wayland.c
@@
-1296,10
+1296,11
@@
emit_selection_clear (GdkDisplay *display,
event->selection.time = GDK_CURRENT_TIME;
window = _gdk_wayland_display_get_selection_owner (display, selection);
- if (window != NULL) {
- event->selection.window = g_object_ref (window);
- event->selection.requestor = g_object_ref (window);
- }
+ if (window != NULL)
+ {
+ event->selection.window = g_object_ref (window);
+ event->selection.requestor = g_object_ref (window);
+ }
gdk_event_put (event);
gdk_event_free (event);